projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a25f13a
)
(struct buffer): Delete redisplay_end_trigger field.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 21 Dec 1995 16:56:26 +0000
(16:56 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 21 Dec 1995 16:56:26 +0000
(16:56 +0000)
src/buffer.h
patch
|
blob
|
history
diff --git
a/src/buffer.h
b/src/buffer.h
index 9f9eb7043caecf8b61b86e73fe523f2db8567441..10d93c14bdabcece6e92fc976ed3c826e89fe8b5 100644
(file)
--- a/
src/buffer.h
+++ b/
src/buffer.h
@@
-403,10
+403,6
@@
struct buffer
if it is memq in that list. */
Lisp_Object invisibility_spec;
- /* If redisplay goes beyond this point in the buffer,
- run redisplay-end-trigger-hook. */
- Lisp_Object redisplay_end_trigger;
-
/* These are so we don't have to recompile everything
the next few times we add a new slot. */
Lisp_Object extra1, extra2, extra3;